object Form30: TForm30 Left = 264 Top = 141 BorderStyle = bsNone Caption = 'Semt Tan�m�' ClientHeight = 250 ClientWidth = 350 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 350 Height = 250 AutoSize = True Picture.Data = {} OnMouseDown = Image1MouseDown end object Label1: TLabel Left = 88 Top = 68 Width = 169 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Semt' Transparent = True end object Label2: TLabel Left = 88 Top = 104 Width = 169 Height = 13 Alignment = taCenter AutoSize = False Caption = 'A��klama' Transparent = True end object Image2: TImage Left = 20 Top = 204 Width = 151 Height = 38 AutoSize = True Picture.Data = {} Visible = False end object Image3: TImage Left = 180 Top = 204 Width = 151 Height = 38 AutoSize = True Picture.Data = {} Visible = False end object Label3: TLabel Left = 24 Top = 216 Width = 145 Height = 25 Alignment = taCenter AutoSize = False Caption = 'Liste' Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True OnMouseDown = Label3MouseDown OnMouseUp = Label3MouseUp end object Label4: TLabel Left = 184 Top = 216 Width = 145 Height = 25 Alignment = taCenter AutoSize = False Caption = '��k��' Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True OnMouseDown = Label4MouseDown OnMouseUp = Label4MouseUp end object DBNavigator1: TDBNavigator Left = 32 Top = 45 Width = 280 Height = 18 DataSource = DataSource1 TabOrder = 2 end object DBEdit1: TDBEdit Left = 88 Top = 80 Width = 169 Height = 21 DataField = 'Semtler' DataSource = DataSource1 TabOrder = 0 OnKeyPress = DBEdit1KeyPress end object DBMemo1: TDBMemo Left = 56 Top = 136 Width = 241 Height = 57 DataField = 'Aciklama' DataSource = DataSource1 TabOrder = 1 OnKeyPress = DBEdit1KeyPress end object DataSource1: TDataSource DataSet = Table1 Left = 56 Top = 16 end object Table1: TTable Active = True AfterPost = Table1AfterPost TableName = 'semtler.db' Left = 88 Top = 16 object Table1No: TAutoIncField FieldName = 'No' ReadOnly = True end object Table1Semtler: TStringField FieldName = 'Semtler' Size = 15 end object Table1Aciklama: TMemoField FieldName = 'Aciklama' BlobType = ftMemo Size = 100 end end end